All Functions of Week 8

setwd

{base}

Set Working Directory

lm

{base}

Fit a linear model

c

{base}

Combine values/vectors into a vector

library

{base}

Load an R package

summary

{base}

Obtain summary statistics or detailed regression output

stargazer

{stargazer}

Create a regression output table

read_dta

{haven}

Read a .dta file (Stata data)

The end!